Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware update dialog: update text and icon #1621

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

blammit
Copy link
Contributor

@blammit blammit commented Oct 24, 2024

Fixes #1592

@@ -51,10 +51,12 @@ Item {
property Component _firmwareVersionRestartDialog: Component {
ModalWarningDialog {
dialogDoneOptions: VenusOS.ModalDialog_DoneOptions_NoOptions
//% "Firmware version update detected"
title: qsTrId("firmware_installed_build_version_update_detected")
//% "GX Device has been updated"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe lower case d in device?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@chriadam chriadam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nitpick, but LGTM

@blammit blammit merged commit 272f122 into main Oct 24, 2024
2 checks passed
@blammit blammit deleted the blam/firmware-update-dialog branch October 24, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reword fw version updated detected page
2 participants